Q3Line_GetData
You can use theQ3Line_GetData
function to get the data that defines a line and its attributes.
TQ3Status Q3Line_GetData ( TQ3GeometryObject line, TQ3LineData *lineData);
line
- A line.
lineData
- On exit, a pointer to a
TQ3LineData
structure that contains information about the line specified by theline
parameter.DESCRIPTION
TheQ3Line_GetData
function returns, through thelineData
parameter, information about the line specified by theline
parameter. QuickDraw 3D allocates memory for theTQ3LineData
structure internally; you must callQ3Line_EmptyData
to dispose of that memory.